configs: icore: Fix U-Boot proper loading from nand
authorMichael Trimarchi <[email protected]>
Fri, 8 Mar 2019 07:35:03 +0000 (13:05 +0530)
committerStefano Babic <[email protected]>
Sun, 31 Mar 2019 18:04:31 +0000 (20:04 +0200)
commit8b9cba0295dcdce5eb8bb10d79f6dafb5a167349
treef062d5cb59a677faa91386a6f10b7fe52d798324
parentb7de88cd5cb8c213fb158b37fcf0662c1d2332cd
configs: icore: Fix U-Boot proper loading from nand

SPL on Engicam i.Core M6 boards enabled DM, so it would require some
malloc() pool before relocation in order to load U-Boot proper properly.

So, enable SPL malloc() pool of 0x2000 size similarly like what we have
used for icore mmc defconfigs.

Reviewed-by: Jagan Teki <[email protected]>
Tested-by: Shyam Saini <[email protected]>
Signed-off-by: Michael Trimarchi <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
configs/imx6dl_icore_nand_defconfig
configs/imx6q_icore_nand_defconfig